home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Demos / AppMaker 2.0b3 / Demo AppMaker 1.5 / Demo AppMaker™ / Demo AppMaker™.rsrc / TmCT_206_ModalOneShot.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-04-08  |  523 b   |  24 lines

  1. /* %filename% -- Modal one-shot dialog */
  2. /* Created %date% %time% by AppMaker */
  3.  
  4. #define _H_%DlogName% 
  5.  
  6. #include "z%DlogName%.h"
  7. %for each item gen include.override%
  8.  
  9. %for each item gen auxiliaryClass%
  10. /*----------*/
  11. class C%DlogName% : public Z%DlogName% {
  12. public:
  13.     %for each item gen auxiliaryMethod.decl%
  14.  
  15.     virtual    void    I%DlogName%    (CDirectorOwner        *aSupervisor);
  16.     void     DoCommand    (long        theCommand);        // is override
  17.  
  18. protected:
  19.  
  20. }; /* C%DlogName% */
  21.  
  22. /*----------*/
  23. void    Do%dlogname%    (CDirectorOwner        *aSupervisor);
  24.